public static class Publish.MethodOperation extends Publish.Method 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
|
MethodCodeEndTime, StartTime| Constructor and Description |
|---|
MethodOperation() |
| Modifier and Type | Method and Description |
|---|---|
String |
getComments() |
java.time.Instant |
getDateAppliedUtc() |
Publish.MetadataChangeOperationType |
getOperationType() |
Integer |
getStackPosition() |
String |
getUser() |
Publish.MethodOperation |
setComments(String value) |
Publish.MethodOperation |
setDateAppliedUtc(java.time.Instant value) |
Publish.MethodOperation |
setOperationType(Publish.MetadataChangeOperationType value) |
Publish.MethodOperation |
setStackPosition(Integer value) |
Publish.MethodOperation |
setUser(String value) |
getMethodCode, setMethodCodegetEndTime, getStartTime, setEndTime, setStartTimepublic java.time.Instant DateAppliedUtc
public String User
public Publish.MetadataChangeOperationType OperationType
public Integer StackPosition
public String Comments
public java.time.Instant getDateAppliedUtc()
public Publish.MethodOperation setDateAppliedUtc(java.time.Instant value)
public String getUser()
public Publish.MethodOperation setUser(String value)
public Publish.MetadataChangeOperationType getOperationType()
public Publish.MethodOperation setOperationType(Publish.MetadataChangeOperationType value)
public Integer getStackPosition()
public Publish.MethodOperation setStackPosition(Integer value)
public String getComments()
public Publish.MethodOperation setComments(String value)
Copyright © 2022. All rights reserved.