public static class Publish.GradeOperation extends Publish.Grade 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
|
GradeCodeEndTime, StartTime| Constructor and Description |
|---|
GradeOperation() |
| Modifier and Type | Method and Description |
|---|---|
String |
getComments() |
java.time.Instant |
getDateAppliedUtc() |
Publish.MetadataChangeOperationType |
getOperationType() |
Integer |
getStackPosition() |
String |
getUser() |
Publish.GradeOperation |
setComments(String value) |
Publish.GradeOperation |
setDateAppliedUtc(java.time.Instant value) |
Publish.GradeOperation |
setOperationType(Publish.MetadataChangeOperationType value) |
Publish.GradeOperation |
setStackPosition(Integer value) |
Publish.GradeOperation |
setUser(String value) |
getGradeCode, setGradeCodegetEndTime, 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.GradeOperation setDateAppliedUtc(java.time.Instant value)
public String getUser()
public Publish.GradeOperation setUser(String value)
public Publish.MetadataChangeOperationType getOperationType()
public Publish.GradeOperation setOperationType(Publish.MetadataChangeOperationType value)
public Integer getStackPosition()
public Publish.GradeOperation setStackPosition(Integer value)
public String getComments()
public Publish.GradeOperation setComments(String value)
Copyright © 2022. All rights reserved.