public static class Publish.GapToleranceOperation extends Publish.GapTolerance implements Publish.IStackPositionMetadataOperation
| Modifier and Type | Field and Description |
|---|---|
String |
Comments
Comments
|
java.time.Instant |
DateAppliedUtc
Instant applied utc
|
Publish.MetadataChangeOperationType |
OperationType
Operation type
|
Integer |
StackPosition
Stack position
|
String |
User
User
|
ToleranceInMinutesEndTime, StartTime| Constructor and Description |
|---|
GapToleranceOperation() |
| Modifier and Type | Method and Description |
|---|---|
String |
getComments() |
java.time.Instant |
getDateAppliedUtc() |
Publish.MetadataChangeOperationType |
getOperationType() |
Integer |
getStackPosition() |
String |
getUser() |
Publish.GapToleranceOperation |
setComments(String value) |
Publish.GapToleranceOperation |
setDateAppliedUtc(java.time.Instant value) |
Publish.GapToleranceOperation |
setOperationType(Publish.MetadataChangeOperationType value) |
Publish.GapToleranceOperation |
setStackPosition(Integer value) |
Publish.GapToleranceOperation |
setUser(String value) |
getToleranceInMinutes, setToleranceInMinutesgetEndTime, getStartTime, setEndTime, setStartTimepublic Publish.MetadataChangeOperationType OperationType
public java.time.Instant DateAppliedUtc
public String User
public Integer StackPosition
public String Comments
public Publish.MetadataChangeOperationType getOperationType()
public Publish.GapToleranceOperation setOperationType(Publish.MetadataChangeOperationType value)
public java.time.Instant getDateAppliedUtc()
public Publish.GapToleranceOperation setDateAppliedUtc(java.time.Instant value)
public String getUser()
public Publish.GapToleranceOperation setUser(String value)
public Integer getStackPosition()
public Publish.GapToleranceOperation setStackPosition(Integer value)
public String getComments()
public Publish.GapToleranceOperation setComments(String value)
Copyright © 2022. All rights reserved.